Click or drag to resize

UnifiedMessagingService Class

Class UnifiedMessagingService.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.UnifiedMessagingUnifiedMessagingService

Namespace:  Independentsoft.Exchange.UnifiedMessaging
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UnifiedMessagingService

The UnifiedMessagingService type exposes the following members.

Constructors
  NameDescription
Public methodUnifiedMessagingService
Initializes a new instance of the UnifiedMessagingService class.
Public methodUnifiedMessagingService(String)
Initializes a new instance of the UnifiedMessagingService class.
Public methodUnifiedMessagingService(String, ICredentials)
Initializes a new instance of the UnifiedMessagingService class.
Top
Properties
  NameDescription
Public propertyAllowAutoRedirect
Gets or sets a value that indicates whether the request should follow redirection responses.
Public propertyAllowWriteStreamBuffering
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.
Public propertyClientCertificate
Gets or sets the security client certificate.
Public propertyCookieContainer
Gets or sets the collection of cookies.
Public propertyCredentials
Gets or sets user's credentials.
Public propertyExchangeImpersonation
Gets or sets the ID of the user that Exchange Web Services (EWS) should impersonate.
Public propertyKeepAlive
Gets or sets a value indicating whether to make a persistent connection.
Public propertyMailboxCulture
Gets or sets the mailbox culture that is used when opening a mailbox
Public propertyPreAuthenticate
Gets or sets a value indicating whether to send a authenticate header with the request.
Public propertyProxy
Gets or sets proxy server.
Public propertyRequestEncoding
Gets or sets encoding used for a request.
Public propertyRequestServerVersion
Contains the versioning information that identifies the schema version to target for a request.
Public propertySendChunked
Gets or sets a value indicating whether to send data in segments to the Internet resource.
Public propertyTimeout
Gets or sets the time-out value for a request.
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
Public propertyUrl
Gets or sets URL of Exchange Web Services.
Top
Methods
  NameDescription
Public methodDisconnect
Disconnects the specified call identifier.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCallInfo
Gets the call information.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUnifiedMessagingProperties
Gets the unified messaging properties.
Public methodIsUnifiedMessagingEnabled
Determines whether [is unified messaging enabled].
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPlayOnPhone
Plays the on phone.
Public methodPlayOnPhoneGreeting
Plays the on phone greeting.
Public methodResetPin
Resets the pin.
Public methodSetMissedCallNotification
Sets the missed call notification.
Public methodSetOutOfOffice
Sets the out of office.
Public methodSetPlayOnPhoneDialString
Sets the play on phone dial string.
Public methodSetTelephoneAccessFolderEmail
Sets the telephone access folder email.
Public methodToString (Inherited from Object.)
Top
See Also